C# WinForm 实现控件可拖拽 实现的功能:WinForm窗体中让控件可以随便拖动;类似于BS中弹出可拖动的层一样; 界面如图: 直接上代码: namespace DropControlDemo ...